home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
adlibn
/
formcate.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-12-23
|
2KB
|
66 lines
#if !defined(AFX_FORMCATEG_H__866FE9C1_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_)
#define AFX_FORMCATEG_H__866FE9C1_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FormCateg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFormCateg form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CFormCateg : public CDBForm
{
protected:
CFormCateg(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CFormCateg)
// Form Data
public:
//{{AFX_DATA(CFormCateg)
enum { IDD = IDD_FORM_CATEG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFormCateg)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CFormCateg();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CFormCateg)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FORMCATEG_H__866FE9C1_9A8E_11D2_A04F_204C4F4F5020__INCLUDED_)